ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / OnClientResizingColumn Property

In This Topic
    OnClientResizingColumn Property (TransposedGrid<T>)
    In This Topic
    Occurs as columns are resized.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientResizingColumn As String
    public virtual string OnClientResizingColumn {get; set;}
    See Also